Observable
An observable object.
An observable object can have one or more observers. Each observer is associated with a particular event class.
Parameters
<T>
the common type of the observed events
Inheritors
Functions
Link copied to clipboard
Subscribes the given observer to receive events of type E from this Observable.